home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / cloud_jumper.swf / scripts / DefineButton2_126 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-08-08  |  68 b   |  5 lines

  1. on(release){
  2.    _root.char = 1;
  3.    _root.gotoAndStop("game");
  4. }
  5.